home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 April / Software of the Month - Ultimate Collection Shareware 260.iso / pc / Business / helpdesk / HelpDesk.mdb / ContractLimit.json < prev    next >
JavaScript Object Notation  |  1998-12-09  |  323b

  1. {
  2.     "schema": {
  3.         "LimitId": "Long Integer",
  4.         "Limit": "Integer NOT NULL",
  5.         "Hide": "Boolean NOT NULL"
  6.     },
  7.     "data": [
  8.         {
  9.             "LimitId": 1,
  10.             "Hide": 0
  11.         },
  12.         {
  13.             "LimitId": 2,
  14.             "Limit": 1,
  15.             "Hide": 0
  16.         },
  17.         {
  18.             "LimitId": 3,
  19.             "Limit": 2,
  20.             "Hide": 0
  21.         },
  22.         {
  23.             "LimitId": 4,
  24.             "Limit": 5,
  25.             "Hide": 0
  26.         },
  27.         {
  28.             "LimitId": 5,
  29.             "Limit": 10,
  30.             "Hide": 0
  31.         },
  32.         {
  33.             "LimitId": 6,
  34.             "Limit": 15,
  35.             "Hide": 0
  36.         },
  37.         {
  38.             "LimitId": 7,
  39.             "Limit": 20,
  40.             "Hide": 0
  41.         }
  42.     ]
  43. }